home *** CD-ROM | disk | FTP | other *** search
- stop();
- _root.sc.gotoAndStop("b");
- front.stop();
- back.play();
- eggfront.gotoAndStop(1 + thiseggface * 3);
- if(front.timer > _root.fire)
- {
- eggfront.gotoAndStop(2 + thiseggface * 3);
- }
- if(front.timer > _root.overfire)
- {
- eggfront.gotoAndStop(3 + thiseggface * 3);
- }
- _root.gook(this);
-